home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000154_fdc@columbia.edu_Wed Sep 28 14:43:56 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: C-Kermit progress
  5. Date: 28 Sep 2005 18:43:00 GMT
  6. Organization: Columbia University
  7. Lines: 20
  8. Message-ID: <slrndjlp1k.6rj.fdc@sesame.cc.columbia.edu>
  9. References: <1127931969.688119@irys.nyx.net>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1127932980 13243 128.59.59.56 (28 Sep 2005 18:43:00 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 28 Sep 2005 18:43:00 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15397
  17.  
  18. On 2005-09-28, Robert Rodriguez <rjrodrig@nyx.net> wrote:
  19. : Looks like the new build worked fine on AIX 5.3 and SunOS 4.1.4, but I'm 
  20. : running into errors compiling it on NetBSD 2.0.2 and OpenBSD (current)
  21. : on the VAX platform (actually the VAX emulators running under SIMH for
  22. : windows). The errors I get are like this on both:
  23. :
  24. : ...AT -DUSE_STRERROR  -O -DKTARGET=\"openbsd\" -c ckuus5.c
  25. : cc: Internal compiler error: program cc1 got fatal signal 11
  26. : *** Error code 1
  27. Well, it builds OK on real NetBSD 2.0, and although I haven't tried it on
  28. the latest OpenBSD yet, I'd be surprised at any surprises, since OpenBSD has
  29. been one of the most reliable (i.e. unchanging) platforms.  It looks like
  30. some kind of resource (virtual swap space? /tmp space?) was exhausted.  Does
  31. it always happen in ckuus5.c?
  32.  
  33. What happens if you run the make again?  In this case it would start with
  34. ckuus5.c, perhaps with less resources allocated.
  35.  
  36. - Frank